go.pact.im/x/extraio.HashReader.off (field)

6 uses

	go.pact.im/x/extraio (current package)
		hash.go#L14: 	off int    // mutable
		hash.go#L41: 	r.off = 0
		hash.go#L52: 	if size == r.off {
		hash.go#L56: 	n := copy(p, r.buf[r.off:])
		hash.go#L57: 	r.off += n
		hash.go#L59: 	if size == r.off {